home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / conf.d / clock < prev    next >
Text File  |  2006-04-25  |  683b  |  28 lines

  1. # /etc/conf.d/clock
  2.  
  3. # Set CLOCK to "UTC" if your system clock is set to UTC (also known as
  4. # Greenwich Mean Time).  If your clock is set to the local time, then 
  5. # set CLOCK to "local".  Note that if you dual boot with Windows, then 
  6. # you should set it to "local".
  7.  
  8. CLOCK="UTC"
  9.  
  10. # If you wish to pass any other arguments to hwclock during bootup, 
  11. # you may do so here.
  12.  
  13. CLOCK_OPTS=""
  14.  
  15. # If you want to set the Hardware Clock to the current System Time 
  16. # during shutdown, then say "yes" here.
  17.  
  18. CLOCK_SYSTOHC="no"
  19.  
  20.  
  21. ### ALPHA SPECIFIC OPTIONS ###
  22.  
  23. # If your alpha uses the SRM console, set this to "yes".
  24. SRM="no"
  25.  
  26. # If your alpha uses the ARC console, set this to "yes".
  27. ARC="no"
  28.